Upstream's Makefile is not parallel-safe, build with --no-parallel for now
authorGraham Inggs <ginggs@debian.org>
Mon, 27 Dec 2021 07:51:34 +0000 (09:51 +0200)
committerGraham Inggs <ginggs@debian.org>
Mon, 27 Dec 2021 07:51:34 +0000 (09:51 +0200)
Upload to unstable

debian/changelog
debian/rules

index 993cc4edf591f81b47067d5e0e3131c8eb98922f..d27261520af400f407bc23f74547a51403ae72b5 100644 (file)
@@ -1,3 +1,10 @@
+utf8proc (2.7.0-3) unstable; urgency=medium
+
+  * Upstream's Makefile is not parallel-safe,
+    build with --no-parallel for now
+
+ -- Graham Inggs <ginggs@debian.org>  Mon, 27 Dec 2021 07:47:18 +0000
+
 utf8proc (2.7.0-2) unstable; urgency=medium
 
   * Use GraphemeBreakTest.txt as is, re-enable graphemetest
index c5d77dd83c912e2f81c48811ceb6099f159ac56f..51e4d29857bb1e7d85aff2580591813d8602cee9 100755 (executable)
@@ -2,7 +2,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-       dh $@
+       dh $@ --no-parallel
 
 override_dh_auto_install:
        dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)